Fix handling of bar cursors in NS terminal.
authorBen Key <bkey76@gmail.com>
Wed, 23 Feb 2011 20:41:43 +0000 (15:41 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 23 Feb 2011 20:41:43 +0000 (15:41 -0500)
commitc5dcef609d573259f414950ed3761883a4440136
tree6e214a4910fa2f8cfa7d17d5acb6bef0f56b0806
parentc0d3dfbc93c191b6b272d734c1cc0b5f82f2a26d
Fix handling of bar cursors in NS terminal.

* nsterm.m (ns_draw_window_cursor): Obey the cursor_width argument
directly, for bar cursors.

* xdisp.c (set_frame_cursor_types): Don't write an undefined value
into the frame's cursor_width.
src/ChangeLog
src/nsterm.m
src/xdisp.c